home *** CD-ROM | disk | FTP | other *** search
Wrap
From nigel.msen.com!sdd.hp.com!hplabs!unix.sri.com!headwall.Stanford.EDU!agate!howland.reston.ans.net!cs.utexas.edu!uunet!bts!bill Thu Feb 17 09:29:21 1994 Path: nigel.msen.com!sdd.hp.com!hplabs!unix.sri.com!headwall.Stanford.EDU!agate!howland.reston.ans.net!cs.utexas.edu!uunet!bts!bill From: bill@bts.UUCP (bill hatch) Newsgroups: alt.sources Subject: wlist - the README file Message-ID: <1994Feb17.004607@bts.UUCP> Date: 17 Feb 94 00:46:07 GMT Lines: 38 I forgot to include a README file in my recent wlist - c++ linked list posting. ------------- README ------------------------- wlist Wed Feb 16 19:47:39 EST 1994 Wlist is a C++ list package that i wrote to satisfy some immediate requirements on one of our projects. The wlist release includes the following files Makefile - typical unix makefile maintest.cc - test program that hopefully exercises all wlist makeit - script containing all system dependent make stuff "makeit testwl" will make the test program. edit this file to fit your system node.cc - list node functions testtmpl.cc - c++ template for additions to maintect.cc to test new wlist functions tstring.cc - a simple string class used for testing wlist tstring.h wlist.cc - wlist class functions wlist.h - wlist class definition Wlist.h documents the class interface. See maintest.cc for typical usage. The wlist class is a doubly linked list that stores a generic pointer, void *, at each node. Pointers to functions which print and compare the objects pointed to at a node may be set within a wlist class instance. Subsequent use of the print or compare functions assumes that all of the nodes, within a wlist instance, point to the same type of object. Bill Hatch Coleman Research Corporation 9891 Broken Land Parkway Suite 200 Columbia, Maryland 21045 Phone (301)621-8600 FAX (410)7210